runtime.gQueue.empty (method)
20 uses
runtime (current package)
mgc.go#L1869: if drainQ := runqdrain(pp); !drainQ.empty() {
mgcmark.go#L837: if work.assistQueue.q.empty() {
mgcmark.go#L850: for !work.assistQueue.q.empty() && scanBytes > 0 {
proc.go#L3136: if !runqempty(pp) || !sched.runq.empty() {
proc.go#L3175: if !sched.runq.empty() {
proc.go#L3443: if pp.schedtick%61 == 0 && !sched.runq.empty() {
proc.go#L3474: if !sched.runq.empty() {
proc.go#L3479: if runqputbatch(pp, &q); !q.empty() {
proc.go#L3599: if !sched.runq.empty() {
proc.go#L3605: if runqputbatch(pp, &q); !q.empty() {
proc.go#L3677: if !sched.runq.empty() {
proc.go#L3685: if runqputbatch(pp, &q); !q.empty() {
proc.go#L3805: if !sched.runq.empty() {
proc.go#L4099: for ; npidle > 0 && !q.empty(); npidle-- {
proc.go#L4103: if !globq.empty() {
proc.go#L4111: if runqputbatch(pp, &q); !q.empty() {
proc.go#L7566: if q.empty() {
proc.go#L7572: for !q.empty() && t-h < uint32(len(pp.runq)) {
proc.go#L7758: func (q *gQueue) empty() bool {
proc.go#L7842: if !q.empty() {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |